From 7f3880076123f037a29b2a507d39cc097f93148a Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Fri, 15 Feb 2013 14:57:40 +0000 Subject: [PATCH] xm: fix description of xm vcpu-set command Minor language correction in the description of the xm vcpu-set command. Signed-off-by: Lalith Suresh Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/python/xen/xm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 429c573c59..5ed781c884 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -164,7 +164,7 @@ SUBCOMMAND_HELP = { 'vcpu-pin' : (' ', 'Set which CPUs a VCPU can use.'), 'vcpu-set' : (' ', - 'Set the number of active VCPUs for allowed for the' + 'Set the number of active VCPUs allowed for the' ' domain.'), #usb 'usb-add' : (' <[host:bus.addr] [host:vendor_id:product_id]>','Add the usb device to FV VM.'), -- 2.30.2